net/http.connLRU.ll (field)
7 uses
	net/http (current package)
		transport.go#L3019: 	ll *list.List // list.Element.Value type is of *persistConn
		transport.go#L3025: 	if cl.ll == nil {
		transport.go#L3026: 		cl.ll = list.New()
		transport.go#L3029: 	ele := cl.ll.PushFront(pc)
		transport.go#L3037: 	ele := cl.ll.Back()
		transport.go#L3039: 	cl.ll.Remove(ele)
		transport.go#L3047: 		cl.ll.Remove(ele)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |